From 31d483dfbc40e2278f64475c41a15117a4e74575 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 27 Sep 2022 11:31:55 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index 035efb2422..f27dfb6f82 100644 --- a/meson.build +++ b/meson.build @@ -254,9 +254,9 @@ if cc.get_id() == 'msvc' # in GLib, based on _Win32_Programming_ by Rector and Newcomer test_cflags = [ '-FImsvc_recommended_pragmas.h', - '-D_USE_MATH_DEFINES', - '-utf-8', - '-Zc:preprocessor' + '-D_USE_MATH_DEFINES', + '-utf-8', + '-Zc:preprocessor' ] add_project_arguments(cc.get_supported_arguments(test_cflags), language: 'c') -- 2.30.2